home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CHARTP10.ARJ / MISC.H < prev    next >
C/C++ Source or Header  |  1992-01-26  |  161b  |  13 lines

  1.  
  2. // Copyright 1992, David Perelman-Hall & Jamshid Afshar
  3.  
  4. #ifndef MISC_H
  5. #define MISC_H
  6.  
  7. const TRUE = 1;
  8. const FALSE = 0;
  9.  
  10. typedef int bool;
  11.  
  12. #endif
  13.